home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / dbtext.dxr / 00030.ls < prev    next >
Encoding:
Text File  |  2000-01-18  |  158 b   |  10 lines

  1. on mouseDown
  2.   global gDBTextVarList
  3.   MyObj = getaProp(gDBTextVarList, GetObjProp())
  4.   HiliteText(MyObj, the clickOn)
  5. end
  6.  
  7. on keyDown
  8.   EvalKeyPressed()
  9. end
  10.